FemaLocalSoftware/utils.cpp
lopata29435_NSK 3af06d02ec finish
2025-01-08 05:13:48 +07:00

6 lines
83 B
C++

#include "utils.h"
namespace utils {
QString API_URL = "http://localhost:8080";
}