1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-23 20:12:08 +03:00

fix(server): fallback due to modules to skills refactoring

This commit is contained in:
louistiti 2022-02-17 08:20:48 +08:00
parent cad072c3a6
commit ef0c54b226
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6

View File

@ -12,8 +12,8 @@
"fallbacks": [
{
"words": ["merci"],
"package": "leon",
"module": "welcome",
"domain": "leon",
"skill": "welcome",
"action": "run"
}
]