mirror of
https://github.com/Telecominfraproject/wlan-cloud-userportal.git
synced 2025-11-01 19:17:46 +00:00
Do not track.
This commit is contained in:
13
src/ow_version.h
Normal file
13
src/ow_version.h
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// Created by stephane bourque on 2021-12-06.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace OW_VERSION {
|
||||
inline static const std::string VERSION{"2.6.0"};
|
||||
inline static const std::string BUILD{"73"};
|
||||
inline static const std::string HASH{"cf46f5f"};
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"ErrorCode":400,"ErrorDescription":"Unsupported HTTP Method","ErrorDetails":"PUT"}
|
||||
Reference in New Issue
Block a user