mirror of
				https://github.com/Telecominfraproject/wlan-cloud-owprov.git
				synced 2025-11-03 20:17:54 +00:00 
			
		
		
		
	Adding Venue+Location creation.
This commit is contained in:
		@@ -23,11 +23,10 @@ namespace OpenWifi {
 | 
			
		||||
            Poco::Net::HTTPRequest::HTTP_OPTIONS},
 | 
			
		||||
            Server,
 | 
			
		||||
            TransactionId,
 | 
			
		||||
            Internal),
 | 
			
		||||
          DB_(StorageService()->EntityDB()) {}
 | 
			
		||||
            Internal){}
 | 
			
		||||
        static const std::list<const char *> PathName() { return std::list<const char *>{"/api/v1/entity"}; };
 | 
			
		||||
    private:
 | 
			
		||||
        EntityDB    &DB_;
 | 
			
		||||
        EntityDB    &DB_=StorageService()->EntityDB();
 | 
			
		||||
        void DoGet() final;
 | 
			
		||||
        void DoPost() final ;
 | 
			
		||||
        void DoPut() final {};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user