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