Overte C++ Documentation
interface/src/Constants.h
1 //
2 // Constants.h
3 // interface
4 //
5 // Created by Gabriel Calero on 9/28/18.
6 // Copyright 2015 High Fidelity, Inc.
7 // Copyright 2020 Vircadia contributors.
8 //
9 // Distributed under the Apache License, Version 2.0.
10 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
11 //
12 
13 #pragma once
14 #include <QString>
15 
16 static const QString API_SIGNUP_PATH = "/api/v1/users";