Files
GenericQtClientCore/network/apiroutes.h

15 lines
266 B
C
Raw Permalink Normal View History

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