mirror of
https://github.com/overte-org/overte.git
synced 2025-06-01 05:31:41 +02:00
15 lines
356 B
C
15 lines
356 B
C
//
|
|
// Constants.h
|
|
// interface
|
|
//
|
|
// Created by Gabriel Calero on 9/28/18.
|
|
// Copyright 2015 High Fidelity, Inc.
|
|
//
|
|
// Distributed under the Apache License, Version 2.0.
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
//
|
|
|
|
#pragma once
|
|
#include <QString>
|
|
|
|
static const QString API_SIGNUP_PATH = "api/v1/users";
|