Files
GenericQtClientCore/network/apiroutes.h

14 lines
265 B
C

#ifndef APIROUTES_H
#define APIROUTES_H
#include <QString>
// 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