mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
chore: rename Eluna to ALE (#318)
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef ELUNA_HTTP_MANAGER_H
|
||||
#define ELUNA_HTTP_MANAGER_H
|
||||
#ifndef ALE_HTTP_MANAGER_H
|
||||
#define ALE_HTTP_MANAGER_H
|
||||
|
||||
#include <regex>
|
||||
|
||||
@@ -58,4 +58,4 @@ private:
|
||||
std::regex parseUrlRegex;
|
||||
};
|
||||
|
||||
#endif // #ifndef ELUNA_HTTP_MANAGER_H
|
||||
#endif // #ifndef ALE_HTTP_MANAGER_H
|
||||
|
||||
Reference in New Issue
Block a user