Initial commit based on GenericQtClient v0.3.0
This commit is contained in:
12
libs/GenericCore/network/apiroutes.h
Normal file
12
libs/GenericCore/network/apiroutes.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef APIROUTES_H
|
||||
#define APIROUTES_H
|
||||
|
||||
#include <QString>
|
||||
|
||||
// TODO add namespace
|
||||
|
||||
static const QString apiPrefix = "/api/";
|
||||
|
||||
static const QString ROUTE_ITEMS = apiPrefix + "items";
|
||||
|
||||
#endif // APIROUTES_H
|
||||
Reference in New Issue
Block a user