diff options
| author | Gus Power <gus@infinitesidequests.com> | 2025-05-11 15:16:58 +0100 |
|---|---|---|
| committer | Gus Power <gus@infinitesidequests.com> | 2025-05-11 15:16:58 +0100 |
| commit | e1f43bb48b23338ce103dc92a53a13e72021299d (patch) | |
| tree | 132b138b0d1e5b003dd8343ca9462180ab86576f /.idea/modules.xml | |
first pass at ip service w/ happy path test and basic configuration
Diffstat (limited to '.idea/modules.xml')
| -rw-r--r-- | .idea/modules.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0b46490 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/.idea/multiwan-dyndns.iml" filepath="$PROJECT_DIR$/.idea/multiwan-dyndns.iml" /> + </modules> + </component> +</project>
\ No newline at end of file |
