#ifndef APIROUTES_H #define APIROUTES_H #include // TODO add namespace static const QString baseUrl = "http://127.0.0.1:4000"; static const QString apiPrefix = "/api/"; static const QString ROUTE_ITEMS = apiPrefix + "items"; #endif // APIROUTES_H